home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / et / et3_0-a1.lha / et3 / src / ET_End.h < prev    next >
C/C++ Source or Header  |  1992-05-04  |  231b  |  15 lines

  1. #ifndef ET_END
  2. #define ET_END
  3.  
  4. /*
  5.  * end prefixing ET++ class names
  6.  * after this file is included, ET++ class names have to be 
  7.  * prefixed manually, e.g. ET_(Object)
  8.  */
  9.  
  10. #include "ET_Undefines.h"
  11. #include "ET_Prefix.h"
  12.  
  13. #endif
  14.  
  15.